home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / ApacheWebServer1.3.6 / apache_1_3_6_win32.exe / _SETUP.1 / compat.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-15  |  186 b   |  10 lines

  1. /*
  2.  *  compat.h -- backward compatibility header for ap_compat.h
  3.  */
  4.  
  5. #ifdef __GNUC__
  6. #warning "This header is obsolete, use ap_compat.h instead"
  7. #endif
  8.  
  9. #include "ap_compat.h"
  10.